home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 18 / AMIGAplus Sonderheft 18 (1999)(ICP)(DE)[!].iso / Forum / MichaelRoth / 3-3-99 / code / not.SUB < prev    next >
Text File  |  1998-08-31  |  304b  |  10 lines

  1. ; A0 Buffer
  2. ; D0 Länge
  3. ; D2 Bitposition
  4. .loop1
  5.          lea       (a0,d0),a2                    ; Länge berechnen
  6.          not.b     (a0)+
  7.          cmp.l    a0,a2                          ; Prüfen ob Buffer am Ende
  8.          bhi.s    .loop1                         ; Nein -> nächste schleife
  9.          rts
  10.